home *** CD-ROM | disk | FTP | other *** search
- Path: news.interpath.net!softbase
- From: softbase@mercury.interpath.com (Scott McMahan - Softbase Systems)
- Newsgroups: comp.lang.c
- Subject: Re: Problem with handles limitation
- Date: 16 Apr 1996 16:21:32 GMT
- Organization: Interpath -- Providing Internet access to North Carolina
- Message-ID: <4l0hec$iqm@news.interpath.net>
- References: <3173B84E.42E7@innet.be>
- NNTP-Posting-Host: mercury.interpath.com
- X-Newsreader: TIN [version 1.2 PL2]
-
- Ruud Fleuren (Rfleuren@innet.be) wrote:
- : Can someone help me with the following problem. In order to access files
- : faster I want to open more then 60 files at the same time .
-
- This sounds like a design issue. Do you really want to open 60 files
- at once? The kernel soft limit in HP-UX is something like 65. That's
- a lot of files.
-
- Scott
-
-